*------------------------------------------------------------
* Author: Forgotten Linkz
* Contact: paraglanz@hotmail.com
*
* Notes:
* This is my first attempt at programming for the wii.
* I haven't programmed anything for a console before, 
* hell, i haven't programmed in any kind of other programming
* language other then java before. 
*
* I looked at some other people's stuff alot and most of my 
* code comes from teknecal's game matching_cards.
*------------------------------------------------------------

\\\\\\\\\\\\
\\Controls\\
\\\\\\\\\\\\

Controls are easy:
 + in menu:
  - Up / Down 		Mode selection
  - A			Confirm selection
 + in game
  - Up			Chooses 'Rock'
  - Right		Chooses 'Paper'
  - Down		Chooses 'Scissors'
  - A			Confirms selection
  - B			Back to menu (only after a game has been played)


\\\\\\\\\\\\\
\\Changelog\\
\\\\\\\\\\\\\

--V0.2 20/06/08
+ Made 2 player mode
+ Extra images
+ Rumble!

--V0.1 16/06/08
+ initial release